From 0bf474e32447cc46aa5204c23a5341e294b5ecbf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Oct 2014 13:28:54 -0400 Subject: [PATCH] Make touch-selection popovers font-inert Just like context menus, these should not inherit font settings from the text view they are attached to. --- gtk/resources/theme/Adwaita/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss index b3efa3571c..3c5a0e5a67 100644 --- a/gtk/resources/theme/Adwaita/_common.scss +++ b/gtk/resources/theme/Adwaita/_common.scss @@ -2954,6 +2954,7 @@ GtkVolumeButton.button { padding: 8px; } } /* Decouple the font of context menus from their entry/textview */ +.touch-selection, .context-menu { font: initial; } -- 2.30.2